home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Windows Selection / Windows Selection 1.iso / Files Utilities / PakExplorer / instruct.txt < prev    next >
Encoding:
Text File  |  1997-02-24  |  3.4 KB  |  86 lines

  1. PakExplorer Instructions
  2. ========================
  3.  
  4. Most of the commands in PakExplorer are intuitive
  5. and self-explanatory.  I'll go over them briefly,
  6. highlighting things which are different from the
  7. behavior in the win95 shell.
  8.  
  9. Menu Commands
  10. -------------
  11.  
  12. File Menu -
  13.  
  14. Open Pak        :  opens an existing pak file
  15. New Pak         :  creates a new pak file
  16. Recover Unused Space:
  17.  
  18.   Eliminates all empty space from the pak file. Empty space is created when
  19.   files are deleted or overwritten.  The empty space is created because
  20.   PakExplorer only deletes the directory entry, not the data.  Using this
  21.   mechanism prevents PakExplorer from having to re-sized the pak every time
  22.   a file is deleted.  It also allows files to be restored, since the data
  23.   is not actually deleted.  Recovering unused space permanently eliminates
  24.   deleted files.
  25.  
  26. Extract All        :  Extract all files, preserving path info, to the
  27.                directory containing the pak file.
  28.  
  29. Extract        :  Extract the currently select file(s) and folder(s).
  30. Delete            :  Delete the currently selected item(s).
  31. Rename            :  Rename the currently selected item.  Files and folders
  32.                in a pak use the 8.3 dos filename rules.
  33.  
  34. New Folder        :  
  35.  
  36.   Create a new folder in the currently selected path.  This will also create a
  37.   zero-length file temporary file in the new folder, since pak files don't
  38.   have empty folders.  You can delete this file after adding files to the new
  39.   directory.
  40.  
  41. Restore Deleted Files:
  42.  
  43.   Opens the Restore dialog.  In the restore dialog you are given a list of
  44.   all files deleted DURING THE CURRENT SESSION OF PAKEXPLORER.  These files
  45.   can be restored to their original location only.  Any file which is
  46.   deleted, cut, or overwritten will appear in this dialog, but ONLY if this
  47.   happened during the current session.  Once you close PakExplorer, deleted
  48.   files are LOST whether or not you recover unused space.  If you don't
  49.   recover the space, the data is still there, but the directory entry is GONE.
  50.  
  51.  
  52. Edit Menu
  53. ---------
  54.  
  55. All these operations are pretty self-evident.  I should point out that a Cut
  56. operation takes place immediately, unlike in windows explorer where the cut
  57. doesn't happen until the paste occurs.  You can still restore the file,
  58. however.
  59.  
  60. View Menu
  61. ---------
  62.  
  63. The only operation I'll mention here is Options, which brings up the Options
  64. dialog.  Its functions are described in the readme file.  Note that if you
  65. change the states of the Shell Options, they won't take affect until you close
  66. and re-open PakExplorer.  Also, PakExplorer currently won't remove shell
  67. entries if you de-select the Shell Options - you'll have to do that manually,
  68. as specified in the readme.  If the options are de-selected, PakExplorer just
  69. won't try to add them each time you run it.
  70.  
  71. Drag and Drop
  72. -------------
  73.  
  74. Drag and drop is pretty self-explanatory, but let me mention a couple of
  75. things:
  76.  
  77. At this point, you can only COPY files from explorer to PakExplorer.
  78. You can't perform a MOVE operation.  This also applies to cutting files -
  79. you can choose Cut from the explorer menu, then paste it to PakExplorer.
  80. The file will be added to the pak, but it won't be deleted form explorer.
  81. I haven't found I way I consider satisfactory to do this yet.
  82.  
  83. To move files within a pak, to another pak, or to the shell, hold down
  84. shift while dragging the file.  To copy just drag without any key presses.
  85.  
  86.